Click or drag to resize

PropertyCollectionItem Property (PropertyName)

Gets or sets the element at the specified index.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public Property this[
	PropertyName propertyName
] { get; }

Parameters

propertyName
Type: Independentsoft.WebdavPropertyName
The propertyName.

Return Value

Type: Property
The value of the propertyName.
See Also